home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / sdr_1.zip / SDR.DOC < prev   
Text File  |  1993-04-12  |  3KB  |  73 lines

  1. 04-11-93
  2.             Sub Date Reminder v1.0 from LlanoWare
  3.  
  4. What is it:
  5.   SDR generates a ans/asc file for you to display to your users with an
  6. xxxxx security level, yy days before thier subscription runs out.  SDR will 
  7. only display the file once per day!
  8.  
  9. FileNames:
  10.   SDR_10.EXE is for use with RA 1.11, SDR_20.EXE is for use with RA 2.00
  11. When reading this doc, substitute filenames as needed.
  12.  
  13. How it works:
  14.   SDR reads the users security level, subdate and lastdateon from exitinfo.bbs.
  15. SDR then looks for a file called Sxxx_yyy.A?? (S MUST be the first letter of 
  16. the filename, xxx=security level, yyy=number of days before subdate expires, 
  17. A??= ANS for ansi users and ASC for ascii users).  If the users data does not
  18. match the requirements, they are show a 0 byte file.
  19.  
  20. Example:
  21.   Say you have a user who's subdate expires in 4 days with a security level of
  22. 100 and has not been on today.  If there is a file named: S100_4.ANS and/or 
  23. S100_4.ASC they will be copied to a files named SDREMIND.ANS and SDREMIND.ASC.
  24.  
  25. Usage:
  26.   Place SDR_10.EXE in your textfiles directory (it MUST be there).  Make your
  27. ansi/ascii files for the security levels and number of days before expiration
  28. in your textfiles directory.  When making the ansi/ascii files, give them 
  29. names that start with an 'S', next comes the seclevel this file is for 
  30. (NO leading 0's), next comes the '_', then the number of days before users
  31. subdate expires (NO leading 0's) and last have a .ANS or .ASC extension.
  32. examples:
  33. S100_4.ANS     SecLevel 100, displayed 4 days before expiration
  34. S1500_10.ANS      " "   1500   " "     10 " "   " "    " "
  35. S25000_5.ANS      " "  25,000  " "      5 " "   " "    " "
  36. S10_12.ANS        " "     10   " "     12 " "   " "    " "
  37.   You will need 2 automatic menu commands to properly use SDR.  The first
  38. will run SDR, the second will display the file to the user. 
  39. The first automatic command will be a type7 with optional data of:
  40.   C:\RA\TXTFILES\SDR_10.EXE  (change to correct path to your txtfiles dir)
  41. The second automatic command will be a type45 with optional data of:
  42.   SDREMIND
  43.  
  44. Multiple languages:
  45.   If you have more than one language and read textfiles from more than one
  46. directory, you need to install multiple SDR_10.EXE files in each of the
  47. textfiles directorys.  SDR gets the information of where to find/create the
  48. *.A?? files from it's own commandline.
  49.  
  50. Warrenty:
  51.   What?  I can't even speel it and you want that too?  TUFF! :{)   There
  52. is no warenty, expressed or implied.  Use at your own risk and you take
  53. full responsibility.
  54.  
  55. Registration:
  56.   There is none, it is FREEWARE!
  57.  
  58. Author:
  59.   Bob DaCastello
  60.   Po Box 53
  61.   Llano, CA 93544-0053
  62.  
  63.   Teen Town BBS
  64.   (805)264-0443
  65.   1:102/1313@fidonet
  66.  
  67. Contributions/donations gladly accepted (or even a registered copy of a door
  68. you wrote would not hurt my feelings) :{)
  69.  
  70.  
  71. Special thanks to Pam Smith of Window In Time for suggesting this program!
  72.  
  73.